Home
last modified time | relevance | path

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

/linux-6.14.4/fs/netfs/
Dread_single.c31 bool cache_only = test_bit(NETFS_ICTX_SINGLE_NO_UPLOAD, &ictx->flags); in netfs_single_mark_inode_dirty()
/linux-6.14.4/include/linux/
Dnetfs.h76 #define NETFS_ICTX_SINGLE_NO_UPLOAD 4 /* Monolithic payload, cache but no upload */ macro
/linux-6.14.4/fs/afs/
Dinode.c199 __set_bit(NETFS_ICTX_SINGLE_NO_UPLOAD, &vnode->netfs.flags); in afs_inode_init_from_status()