Home
last modified time | relevance | path

Searched refs:logoff (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/nvdimm/
H A Dbtt.h111 __le64 logoff; member
184 u64 logoff; member
H A Dbtt.c212 arena->logoff + (lane * LOG_GRP_SIZE), log, in btt_log_group_read()
250 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init()
372 ns_off = arena->logoff + (lane * LOG_GRP_SIZE) + in __btt_log_write()
414 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init()
454 size_t logsize = arena->info2off - arena->logoff; in btt_log_init()
469 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->logoff, 512), in btt_log_init()
470 "arena->logoff: %#llx is unaligned\n", arena->logoff); in btt_log_init()
795 arena->logoff = arena->mapoff + mapsize; in alloc_arena()
796 arena->info2off = arena->logoff + logsize; in alloc_arena()
838 arena->logoff = arena_off + le64_to_cpu(super->logoff); in parse_arena_meta()
[all …]
/linux-6.15/drivers/gpu/vga/
H A DKconfig12 X isn't running and delayed switching until the next logoff. This
/linux-6.15/fs/smb/client/
H A Dsmb1ops.c1348 .logoff = CIFSSMBLogoff,
H A Dsmb2ops.c5285 .logoff = SMB2_logoff,
5388 .logoff = SMB2_logoff,
5493 .logoff = SMB2_logoff,
5609 .logoff = SMB2_logoff,
H A Dcifsglob.h380 int (*logoff)(const unsigned int, struct cifs_ses *); member
H A Dconnect.c2114 do_logoff = ses->ses_status == SES_GOOD && server->ops->logoff; in __cifs_put_smb_ses()
2132 rc = server->ops->logoff(xid, ses); in __cifs_put_smb_ses()