Searched refs:append (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/hostfs/ |
D | hostfs_kern.c | 39 static int append = 0; variable 63 append = 1; in hostfs_args() 265 if (append) in hostfs_show_options() 330 fd = open_file(name, r, w, append); in hostfs_open() 654 if (append) in hostfs_unlink() 807 if (append) in hostfs_setattr()
|
D | hostfs.h | 68 extern int open_file(char *path, int r, int w, int append);
|
D | hostfs_user.c | 70 int open_file(char *path, int r, int w, int append) in open_file() argument 82 if (append) in open_file()
|
/linux-4.19.296/drivers/misc/cardreader/ |
D | rts5249.c | 320 u16 append; in rtsx_base_switch_output_voltage() local 330 append = PHY_TUNE_D18_1V8; in rtsx_base_switch_output_voltage() 336 append = PHY_TUNE_D18_1V7; in rtsx_base_switch_output_voltage() 340 append); in rtsx_base_switch_output_voltage()
|
/linux-4.19.296/include/sound/ |
D | rawmidi.h | 97 bool append; /* append flag (merge more streams) */ member
|
/linux-4.19.296/include/linux/ |
D | rtsx_pci.h | 1335 u8 mask, u8 append) in rtsx_pci_update_cfg_byte() argument 1343 return pci_write_config_byte(pcr->pci, addr, (val & mask) | append); in rtsx_pci_update_cfg_byte() 1355 u16 mask, u16 append) in rtsx_pci_update_phy() argument 1364 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()
|
/linux-4.19.296/fs/f2fs/ |
D | debug.c | 88 si->append = sbi->im[APPEND_INO].ino_num; in update_general_status() 304 si->orphans, si->append, si->update); in stat_show()
|
D | f2fs.h | 3126 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|