Home
last modified time | relevance | path

Searched refs:objid (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py69 def get_value(self, objid): argument
70 if isinstance(objid, Pool):
71 if objid["pool"] in [4, 8, 9, 10]:
76 if isinstance(objid, TcBind):
77 if objid["tc"] >= 8:
81 pool = self._get_pool(objid["type"])
85 if isinstance(objid, PortPool):
86 pool_n = objid["pool"]
108 def get_value(self, objid): argument
109 if isinstance(objid, Pool) and objid["pool"] in [4, 8, 9, 10]:
[all …]
/linux/fs/smb/server/
H A Dsmb_common.h113 char objid[16]; member
H A Dsmb2pdu.c5592 memcpy(info->objid, user_passkey(sess->user), 16); in smb2_get_info_filesystem()
5594 memset(info->objid, 0, 16); in smb2_get_info_filesystem()
/linux/fs/ntfs3/
H A Dsuper.c686 if (sbi->objid.ni) { in ntfs3_put_sbi()
687 iput(&sbi->objid.ni->vfs_inode); in ntfs3_put_sbi()
688 sbi->objid.ni = NULL; in ntfs3_put_sbi()
701 indx_clear(&sbi->objid.index_o); in ntfs3_put_sbi()
834 ni = sbi->objid.ni; in ntfs_sync_fs()
H A Dntfs_fs.h316 } objid; member