Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dafs.h158 #define AFS_SET_MTIME 0x01 /* set the mtime */ macro
H A Dfsclient.c182 mask |= AFS_SET_MTIME; in xdr_encode_AFS_StoreStatus()
555 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_create_file()
608 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_make_dir()
903 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_symlink()
1079 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data64()
1132 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data()
H A Dyfsclient.c92 u32 mask = AFS_SET_MTIME; in xdr_encode_YFSStoreStatus()
270 mask |= AFS_SET_MTIME; in xdr_encode_YFS_StoreStatus()