Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dafs.h158 #define AFS_SET_MTIME 0x01 /* set the mtime */ macro
Dfsclient.c181 mask |= AFS_SET_MTIME; 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()
1107 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data64()
1171 *bp++ = htonl(AFS_SET_MTIME); /* mask */ in afs_fs_store_data()
Dyfsclient.c103 x->mask = htonl(AFS_SET_MTIME); in xdr_encode_YFSStoreStatus_mtime()
278 mask |= AFS_SET_MTIME; in xdr_encode_YFS_StoreStatus()