fs/afs/inode.c
55
static void afs_set_netfs_context(struct afs_vnode *vnode, bool is_file)
fs/afs/inode.c
57
netfs_inode_init(&vnode->netfs, &afs_req_ops, is_file);
fs/f2fs/f2fs.h
3631
if (is_file(inode, type))
fs/f2fs/f2fs.h
3639
if (!is_file(inode, type))
fs/f2fs/f2fs.h
872
#define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT)
fs/f2fs/f2fs.h
876
#define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT)
fs/f2fs/f2fs.h
880
#define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
fs/f2fs/f2fs.h
883
#define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT)
fs/f2fs/f2fs.h
886
#define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT)
fs/f2fs/f2fs.h
889
#define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT)
fs/f2fs/f2fs.h
893
#define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT)
fs/f2fs/f2fs.h
896
#define file_should_truncate(inode) is_file(inode, FADVISE_TRUNC_BIT)