Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dauto_fs.h71 struct autofs_packet_expire { struct
82 #define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire) argument
Dauto_fs4.h40 struct autofs_packet_expire expire;
/linux-2.4.37.9/fs/autofs4/
Dexpire.c220 struct autofs_packet_expire *pkt_p) in autofs4_expire_run()
222 struct autofs_packet_expire pkt; in autofs4_expire_run()
238 if ( copy_to_user(pkt_p, &pkt, sizeof(struct autofs_packet_expire)) ) in autofs4_expire_run()
Dautofs_i.h133 struct autofs_sb_info *, struct autofs_packet_expire *);
Droot.c523 (struct autofs_packet_expire *)arg); in autofs4_root_ioctl()
/linux-2.4.37.9/fs/autofs/
Droot.c449 struct autofs_packet_expire *pkt_p) in autofs_expire_run()
452 struct autofs_packet_expire pkt; in autofs_expire_run()
467 if ( copy_to_user(pkt_p, &pkt, sizeof(struct autofs_packet_expire)) ) in autofs_expire_run()
505 (struct autofs_packet_expire *)arg); in autofs_root_ioctl()