Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dafs.h161 #define AFS_SET_MODE 0x08 /* set the UNIX mode */ macro
Dfsclient.c196 mask |= AFS_SET_MODE; in xdr_encode_AFS_StoreStatus()
582 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_create_file()
635 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_make_dir()
930 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_symlink()
Dyfsclient.c90 x->mask = htonl(AFS_SET_MODE); in xdr_encode_YFSStoreStatus_mode()
293 mask |= AFS_SET_MODE; in xdr_encode_YFS_StoreStatus()