Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
expire.c File Reference
#include "autofs_i.h"

Go to the source code of this file.

Functions

struct dentryautofs4_expire_direct (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how)
 
struct dentryautofs4_expire_indirect (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how)
 
int autofs4_expire_wait (struct dentry *dentry)
 
int autofs4_expire_run (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, struct autofs_packet_expire __user *pkt_p)
 
int autofs4_do_expire_multi (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int when)
 
int autofs4_expire_multi (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int __user *arg)
 

Function Documentation

int autofs4_do_expire_multi ( struct super_block sb,
struct vfsmount mnt,
struct autofs_sb_info sbi,
int  when 
)

Definition at line 531 of file expire.c.

struct dentry* autofs4_expire_direct ( struct super_block sb,
struct vfsmount mnt,
struct autofs_sb_info sbi,
int  how 
)
read

Definition at line 323 of file expire.c.

struct dentry* autofs4_expire_indirect ( struct super_block sb,
struct vfsmount mnt,
struct autofs_sb_info sbi,
int  how 
)
read

Definition at line 364 of file expire.c.

int autofs4_expire_multi ( struct super_block sb,
struct vfsmount mnt,
struct autofs_sb_info sbi,
int __user arg 
)

Definition at line 570 of file expire.c.

int autofs4_expire_run ( struct super_block sb,
struct vfsmount mnt,
struct autofs_sb_info sbi,
struct autofs_packet_expire __user pkt_p 
)

Definition at line 496 of file expire.c.

int autofs4_expire_wait ( struct dentry dentry)

Definition at line 466 of file expire.c.