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

/linux-master/fs/afs/
H A Dafs.h161 #define AFS_SET_MODE 0x08 /* set the UNIX mode */ macro
H A Dfsclient.c197 mask |= AFS_SET_MODE;
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);
H A Dyfsclient.c94 mask |= mode ? AFS_SET_MODE : 0;
288 mask |= AFS_SET_MODE;

Completed in 124 milliseconds