Searched refs:logoff (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/nvdimm/ |
D | btt.h | 118 __le64 logoff; member 191 u64 logoff; member
|
D | btt.c | 218 arena->logoff + (lane * LOG_GRP_SIZE), log, in btt_log_group_read() 256 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init() 378 ns_off = arena->logoff + (lane * LOG_GRP_SIZE) + in __btt_log_write() 420 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init() 460 size_t logsize = arena->info2off - arena->logoff; in btt_log_init() 475 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->logoff, 512), in btt_log_init() 476 "arena->logoff: %#llx is unaligned\n", arena->logoff); in btt_log_init() 483 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init() 792 arena->logoff = arena->mapoff + mapsize; in alloc_arena() 793 arena->info2off = arena->logoff + logsize; in alloc_arena() [all …]
|
/Linux-v4.19/drivers/gpu/vga/ |
D | Kconfig | 28 X isn't running and delayed switching until the next logoff. This
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | xd.c | 35 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, 1101 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument 1122 0xFF, (u8)(logoff >> 8)); in xd_init_page() 1123 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()
|
/Linux-v4.19/fs/cifs/ |
D | smb2ops.c | 3241 .logoff = SMB2_logoff, 3335 .logoff = SMB2_logoff, 3431 .logoff = SMB2_logoff, 3535 .logoff = SMB2_logoff,
|
D | smb1ops.c | 1059 .logoff = CIFSSMBLogoff,
|
D | cifsglob.h | 277 int (*logoff)(const unsigned int, struct cifs_ses *); member
|
D | connect.c | 2653 if (ses->status == CifsExiting && server->ops->logoff) { in cifs_put_smb_ses() 2655 rc = server->ops->logoff(xid, ses); in cifs_put_smb_ses()
|