Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dauto_fs.h60 struct autofs_packet_expire { struct
72 #define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire) argument
Dauto_fs4.h125 struct autofs_packet_expire expire;
/linux-4.4.14/fs/autofs4/
Dexpire.c527 struct autofs_packet_expire __user *pkt_p) in autofs4_expire_run()
529 struct autofs_packet_expire pkt; in autofs4_expire_run()
547 if ( copy_to_user(pkt_p, &pkt, sizeof(struct autofs_packet_expire)) ) in autofs4_expire_run()
Dautofs_i.h158 struct autofs_packet_expire __user *);