Home
last modified time | relevance | path

Searched refs:autofs_packet_expire (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dauto_fs.h72 struct autofs_packet_expire { struct
84 #define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire) argument
Dauto_fs4.h125 struct autofs_packet_expire expire;
/linux-2.6.39/fs/autofs4/
Dexpire.c507 struct autofs_packet_expire __user *pkt_p) in autofs4_expire_run()
509 struct autofs_packet_expire pkt; in autofs4_expire_run()
527 if ( copy_to_user(pkt_p, &pkt, sizeof(struct autofs_packet_expire)) ) in autofs4_expire_run()
Dautofs_i.h176 struct autofs_packet_expire __user *);