Searched refs:super (Results 151 - 158 of 158) sorted by relevance

1234567

/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py42 super().__init__()
/linux-master/fs/nfs/
H A Dnfs4state.c2141 inode = d_inode(server->super->s_root);
2266 inode = d_inode(server->super->s_root);
H A Dnfs4client.c1385 return nfs_probe_server(server, NFS_FH(d_inode(server->super->s_root)));
H A Dpnfs.c845 if (!nfs_sb_active(server->super))
861 nfs_sb_deactive(server->super);
/linux-master/include/linux/
H A Dfs.h1679 * @sb: the super we write to
1693 * @sb: the super we write to
1704 * @sb: the super we write to
1745 * @sb: the super we wrote to
1757 * @sb: the super we wrote to
1769 * @sb: the super we wrote to
1781 * @sb: the super we write to
1810 * @sb: the super we write to
1834 * @sb: the super we write to
2551 int freeze_super(struct super_block *super, enu
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_ale.c222 DEFINE_ALE_FIELD(super, 65, 1)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1712 mutex_init(&(*pdisp)->super.mutex); //XXX
/linux-master/fs/btrfs/
H A Dvolumes.c35 #include "super.h"
1114 * the fs to an error state, guaranteeing no super blocks can be further
1120 * unsafe super blocks.
1261 void btrfs_release_disk_super(struct btrfs_super_block *super) argument
1263 struct page *page = virt_to_page(super);
1276 /* make sure our super fits in the device */
1280 /* make sure our super fits in the page */
1284 /* make sure our super doesn't straddle pages on disk */
1289 /* pull in the page with our super */
1297 /* align our pointer to the offset of the super bloc
[all...]

Completed in 604 milliseconds

1234567