Home
last modified time | relevance | path

Searched refs:nsl (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c32 u16 nsl, nsh; in hellcreek_ptp_clock_read() local
48 nsl = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
50 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read()
103 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local
107 nsl = ts->tv_nsec & 0xffff; in hellcreek_ptp_settime()
120 hellcreek_ptp_write(hellcreek, nsl, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
H A Dhellcreek_hwtstamp.c202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
208 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile_cloud.h16 * + nsl(60 * 60) + filename(60 * 8)
36 struct hmdfs_dentry_cloud nsl[DENTRY_PER_GROUP_CLOUD]; member
H A Dfile_cloud.c340 len = le16_to_cpu(dentry_group->nsl[j].namelen); in analysis_dentry_file_from_cloud()
345 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_cloud()
348 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_cloud()
H A Dfile_remote.c938 len = le16_to_cpu(dentry_group->nsl[j].namelen); in analysis_dentry_file_from_con()
944 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
947 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
950 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
H A Dhmdfs_dentryfile_cloud.c72 de = &dentry_blk->nsl[bit_pos]; in find_in_block()
H A Dhmdfs_dentryfile.c585 len = le16_to_cpu(dentry_group->nsl[j].namelen); in read_dentry()
589 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in read_dentry()
592 dentry_group->nsl[j].i_mode))) in read_dentry()
595 dentry_group->nsl[j].i_mode))) in read_dentry()
603 le64_to_cpu(dentry_group->nsl[j].i_ino), in read_dentry()
688 de = &dentry_blk->nsl[bit_pos]; in find_in_block()
810 de = &d->nsl[bit_pos]; in update_dentry()
1027 bit_pos = de - ctx.page->nsl; in hmdfs_delete_dentry()
H A Dhmdfs_dentryfile.h54 * + nsl(80 * 43) + filename(80 * 8)
84 struct hmdfs_dentry nsl[DENTRY_PER_GROUP]; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile_cloud.h16 * + nsl(60 * 60) + filename(60 * 8)
36 struct hmdfs_dentry_cloud nsl[DENTRY_PER_GROUP_CLOUD]; member
H A Dfile_cloud.c345 len = le16_to_cpu(dentry_group->nsl[j].namelen); in analysis_dentry_file_from_cloud()
350 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_cloud()
353 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_cloud()
H A Dfile_remote.c944 len = le16_to_cpu(dentry_group->nsl[j].namelen); in analysis_dentry_file_from_con()
950 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
953 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
956 dentry_group->nsl[j].i_mode))) in analysis_dentry_file_from_con()
H A Dhmdfs_dentryfile_cloud.c72 de = &dentry_blk->nsl[bit_pos]; in find_in_block()
H A Dhmdfs_dentryfile.c586 len = le16_to_cpu(dentry_group->nsl[j].namelen); in read_dentry()
590 if (S_ISDIR(le16_to_cpu(dentry_group->nsl[j].i_mode))) in read_dentry()
593 dentry_group->nsl[j].i_mode))) in read_dentry()
596 dentry_group->nsl[j].i_mode))) in read_dentry()
604 le64_to_cpu(dentry_group->nsl[j].i_ino), in read_dentry()
689 de = &dentry_blk->nsl[bit_pos]; in find_in_block()
811 de = &d->nsl[bit_pos]; in update_dentry()
1028 bit_pos = de - ctx.page->nsl; in hmdfs_delete_dentry()
H A Dhmdfs_dentryfile.h54 * + nsl(80 * 43) + filename(80 * 8)
84 struct hmdfs_dentry nsl[DENTRY_PER_GROUP]; member
/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c2374 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local
2375 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()
2379 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2380 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()
2381 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()
2387 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c2409 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local
2410 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()
2414 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2415 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()
2416 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()
2422 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()

Completed in 23 milliseconds