Home
last modified time | relevance | path

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

/openbmc/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:
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]:
112 if isinstance(objid, TcBind) and objid["tc"] >= 8:
[all …]
/openbmc/linux/fs/reiserfs/
H A Ddir.c281 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item_v1() argument
294 dot->deh_objectid = objid; in make_empty_dir_item_v1()
315 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item() argument
328 dot->deh_objectid = objid; in make_empty_dir_item()
H A Dreiserfs.h1965 extern void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid,
1967 extern void make_empty_dir_item(char *body, __le32 dirid, __le32 objid,
/openbmc/linux/fs/ntfs3/
H A Dsuper.c606 if (sbi->objid.ni) { in ntfs3_put_sbi()
607 iput(&sbi->objid.ni->vfs_inode); in ntfs3_put_sbi()
608 sbi->objid.ni = NULL; in ntfs3_put_sbi()
621 indx_clear(&sbi->objid.index_o); in ntfs3_put_sbi()
746 ni = sbi->objid.ni; in ntfs_sync_fs()
H A Dfsntfs.c244 sbi->objid.ni = ntfs_i(inode2); in ntfs_extend_init()
2324 struct ntfs_inode *ni = sbi->objid.ni; in ntfs_objid_init()
2325 struct ntfs_index *indx = &sbi->objid.index_o; in ntfs_objid_init()
2359 struct ntfs_inode *ni = sbi->objid.ni; in ntfs_objid_remove()
2360 struct ntfs_index *indx = &sbi->objid.index_o; in ntfs_objid_remove()
H A Dntfs_fs.h305 } objid; member
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h251 char objid[16]; member
H A Dsmb2pdu.c5410 memcpy(info->objid, user_passkey(sess->user), 16); in smb2_get_info_filesystem()
5412 memset(info->objid, 0, 16); in smb2_get_info_filesystem()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.c92 static void ray_update_parm(struct net_device *dev, UCHAR objid, UCHAR *value, int len);
1711 static void ray_update_parm(struct net_device *dev, UCHAR objid, UCHAR *value, in ray_update_parm() argument
1731 writeb(objid, &pccs->var.update_param.object_id); in ray_update_parm()