Searched refs:AFS_SET_MTIME (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/afs/
H A Dafs.h158 #define AFS_SET_MTIME 0x01 /* set the mtime */ macro
H A Dfsclient.c182 mask |= AFS_SET_MTIME;
558 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME);
612 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME);
911 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME);
1089 *bp++ = htonl(AFS_SET_MTIME); /* mask */
1143 *bp++ = htonl(AFS_SET_MTIME); /* mask */
H A Dyfsclient.c92 u32 mask = AFS_SET_MTIME;
273 mask |= AFS_SET_MTIME;

Completed in 164 milliseconds