Home
last modified time | relevance | path

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

/Linux-v5.4/fs/afs/
Dafs.h159 #define AFS_SET_MTIME 0x01 /* set the mtime */ macro
Dfsclient.c185 mask |= AFS_SET_MTIME; in xdr_encode_AFS_StoreStatus()
662 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_create()
960 *bp++ = htonl(AFS_SET_MODE | AFS_SET_MTIME); in afs_fs_symlink()
1169 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data64()
1249 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data()
Dyfsclient.c105 x->mask = htonl(AFS_SET_MTIME); in xdr_encode_YFSStoreStatus_mtime()
279 mask |= AFS_SET_MTIME; in xdr_encode_YFS_StoreStatus()