Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c94 _lockres->l_namelen, _lockres->l_name); \
117 lockres->l_namelen, lockres->l_name, lockres->l_level, in user_ast()
125 status, lockres->l_namelen, lockres->l_name); in user_ast()
132 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_ast()
204 lockres->l_namelen, lockres->l_name, level, lockres->l_level); in user_bast()
222 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_unlock_ast()
291 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
297 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_dlm_unblock_lock()
310 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
317 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
[all …]
H A Duserdlm.h39 char l_name[USER_DLM_LOCK_ID_MAX_LEN]; member
/openbmc/linux/fs/ocfs2/
H A Ddlmglue.c119 lockres->l_name, function, line); in ocfs2_dump_meta_lvb_info()
360 _err, _func, _lockres->l_name); \
363 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
409 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
575 generation, res->l_name); in ocfs2_inode_lock_res_init()
604 memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], in ocfs2_get_dentry_lock_ino()
642 len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START, in ocfs2_dentry_lock_res_init()
649 memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be, in ocfs2_dentry_lock_res_init()
664 0, res->l_name); in ocfs2_super_lock_res_init()
675 ocfs2_build_lock_name(OCFS2_LOCK_TYPE_RENAME, 0, 0, res->l_name); in ocfs2_rename_lock_res_init()
[all …]
H A Ddcache.c269 trace_ocfs2_dentry_attach_lock_found(dl->dl_lockres.l_name, in ocfs2_dentry_attach_lock()
H A Docfs2.h165 char l_name[OCFS2_LOCK_ID_MAX_LEN]; member
/openbmc/u-boot/fs/fat/
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
439 if (l_name[*idx] == 0x00) in slot2str()
444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
445 if (l_name[*idx] == 0x00) in slot2str()
450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
451 if (l_name[*idx] == 0x00) in slot2str()
661 char l_name[VFAT_MAXLEN_BYTES]; /* long (vfat) name */ member
828 if (n + idx >= sizeof(itr->l_name)) in extract_vfat_name()
832 memmove(itr->l_name + idx, itr->l_name, n); in extract_vfat_name()
[all …]
H A Dfat_write.c219 fill_dir_slot(fat_itr *itr, const char *l_name) in fill_dir_slot() argument
231 ret = str2slot(slotptr, l_name, &idx); in fill_dir_slot()
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dmakesetup.py47 for (l_path, l_name, l_branch, l_rev, l_ismodified) in layers:
48 if l_name == 'workspace':
51 …path} has uncommitted modifications or is not in a git repository.".format(name=l_name,path=l_path)
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp36 std::string l_name; in checkAndListenPldmService() local
40 l_msg.read(l_name, l_oldOwner, l_newOwner); in checkAndListenPldmService()
43 (l_name.compare(constants::pldmServiceName) == in checkAndListenPldmService()