Searched refs:vfs_inode (Results 1 – 7 of 7) sorted by relevance
/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 59 struct inode vfs_inode; member 68 return container_of(inode, struct rpc_inode, vfs_inode); in RPC_I()
|
/include/linux/ |
D | shmem_fs.h | 39 struct inode vfs_inode; member 79 return container_of(inode, struct shmem_inode_info, vfs_inode); in SHMEM_I()
|
D | nfs_fs.h | 248 struct inode vfs_inode; member 324 return container_of(inode, struct nfs_inode, vfs_inode); in NFS_I()
|
D | hugetlb.h | 548 struct inode vfs_inode; member 554 return container_of(inode, struct hugetlbfs_inode_info, vfs_inode); in HUGETLBFS_I()
|
/include/net/ |
D | sock.h | 1596 struct inode vfs_inode; member 1601 return &container_of(inode, struct socket_alloc, vfs_inode)->socket; in SOCKET_I() 1606 return &container_of(socket, struct socket_alloc, socket)->vfs_inode; in SOCK_INODE()
|
/include/trace/events/ |
D | btrfs.h | 397 __entry->isize = bi->vfs_inode.i_size; 448 __entry->isize = bi->vfs_inode.i_size;
|
D | ext4.h | 22 #define EXT4_I(inode) (container_of(inode, struct ext4_inode_info, vfs_inode))
|