Searched refs:objid (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 69 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 …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | dir.c | 281 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 D | reiserfs.h | 1965 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 D | super.c | 606 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 D | fsntfs.c | 244 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 D | ntfs_fs.h | 305 } objid; member
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 251 char objid[16]; member
|
H A D | smb2pdu.c | 5488 memcpy(info->objid, user_passkey(sess->user), 16); in smb2_get_info_filesystem() 5490 memset(info->objid, 0, 16); in smb2_get_info_filesystem()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 92 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()
|